1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
Heinrich Lee Yu a486ffa555
Continue scheduling jobs when backlog jobs exist (#5056)
When there are scheduled jobs that are due, the scheduler thread will
keep going instead of waiting for the next poll.

Co-authored-by: Heinrich Lee Yu <heinrich@gitlab.com>
2021-11-10 17:18:50 -07:00
..
dummy Update dummy test app to only boot relevant subsystems 2019-09-12 14:53:57 -07:00
fixtures
config.yml
config_empty.yml
config_environment.yml
config_queues_without_weights.yml Fix: Strict ordering must be followed for queues without weights specified by -q (#4554) 2020-05-05 13:00:48 -07:00
config_string.yml
config_with_internal_options.yml Do not allow to set strict via the config file (#4557) 2020-05-07 09:00:19 -07:00
fake_env.rb
helper.rb Fix faulty environment variable value (#4981) 2021-09-01 11:07:19 -07:00
test_actors.rb Fetch API refactor, WIP (#4602) 2020-06-19 08:39:18 -07:00
test_api.rb Rename Sidekiq::Job, reserve for future use 2021-08-20 10:43:55 -07:00
test_cli.rb Warn louder 2020-12-02 09:29:10 -08:00
test_client.rb Implement Sidekiq::Worker.perform_bulk (#5042) 2021-11-02 09:54:44 -07:00
test_csrf.rb Fix handling of no session (#4731) 2020-11-04 09:09:30 -08:00
test_current_attributes.rb Fix keyword args issue on Ruby 3.0 2021-11-06 18:12:09 -07:00
test_dead_set.rb merge master 2019-03-01 13:26:21 -08:00
test_exception_handler.rb merge master 2019-03-01 13:26:21 -08:00
test_extensions.rb Improve logging of .delay jobs, closes #4904 2021-05-24 12:29:45 -07:00
test_fetch.rb Use TIMEOUT constant instead of hardcoded 2 second sleep (#4952) 2021-08-19 10:52:24 -07:00
test_job.rb Add optional Sidekiq::Job alias, see #4955 2021-08-20 11:06:00 -07:00
test_job_logger.rb Remove unused test helper. (#4317) 2019-10-07 21:46:34 -07:00
test_launcher.rb Log poor Redis RTT, fixes #4824 2021-02-22 15:48:38 -08:00
test_logger.rb Fix logger with from deleting existing context (#4770) 2020-12-23 12:44:35 -08:00
test_manager.rb Fetch API refactor, WIP (#4602) 2020-06-19 08:39:18 -07:00
test_middleware.rb Allow middleware to yield arguments (#4673) 2020-08-25 09:26:42 -07:00
test_processor.rb Fetch API refactor, WIP (#4602) 2020-06-19 08:39:18 -07:00
test_rails.rb cleanup 2019-12-18 11:05:06 -08:00
test_redis_connection.rb Remove SSL parameters from Redis connection logging to avoid exception (#4532) 2020-04-18 13:00:29 -07:00
test_retry.rb Reduce retry jitter, add jitter to sidekiq_retry_in, closes #4957 2021-08-09 10:48:16 -07:00
test_retry_exhausted.rb Refactor Processor to avoid costly json cloning (#4316) 2019-10-07 21:48:39 -07:00
test_scheduled.rb Continue scheduling jobs when backlog jobs exist (#5056) 2021-11-10 17:18:50 -07:00
test_scheduling.rb merge master 2019-03-01 13:26:21 -08:00
test_sidekiq.rb Reconnect on "UNBLOCKED force unblock" errors (#4985) 2021-09-07 15:04:01 -07:00
test_sidekiqmon.rb fix test 2019-09-04 06:30:22 -07:00
test_systemd.rb systemd notification integration (#4489) 2020-03-16 07:20:22 -07:00
test_testing.rb merge master 2019-03-01 13:26:21 -08:00
test_testing_fake.rb Easier way to test enqueuing specific ActionMailer and ActiveRecord delayed jobs 2019-09-29 14:32:30 -07:00
test_testing_inline.rb merge master 2019-03-01 13:26:21 -08:00
test_util.rb merge master 2019-03-01 13:26:21 -08:00
test_web.rb Persist live poll status in browser localStorage (#4976) 2021-08-30 12:31:41 -07:00
test_web_helpers.rb Persist live poll status in browser localStorage (#4976) 2021-08-30 12:31:41 -07:00
test_worker.rb Implement Sidekiq::Worker.perform_bulk (#5042) 2021-11-02 09:54:44 -07:00
test_worker_generator.rb Follow generator configuration to determine the resulting test file (#4371) 2019-11-11 10:37:39 -08:00