1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
Albert Llop 224cfe575c Use created_at for the time schedule jobs are scheduled
When a job is scheduled, it should have a created_at time, and get a
enqueued_at when it's actually enqueued back into a queue.
2015-06-03 19:28:41 +02:00
..
fixtures
config.yml
env_based_config.yml
fake_env.rb
helper.rb
test_api.rb Delete excess comments in API test 2015-02-25 11:35:25 +03:00
test_cli.rb
test_client.rb
test_exception_handler.rb
test_extensions.rb
test_fetch.rb
test_logging.rb
test_manager.rb Fix race condition in test 2015-01-16 13:59:35 -08:00
test_middleware.rb
test_processor.rb
test_redis_connection.rb
test_retry.rb Add test: normal error without cause, fix typo. 2015-04-08 19:34:49 +02:00
test_scheduled.rb Use created_at for the time schedule jobs are scheduled 2015-06-03 19:28:41 +02:00
test_scheduling.rb Use created_at for the time schedule jobs are scheduled 2015-06-03 19:28:41 +02:00
test_sidekiq.rb Fix tests to also not be sexist 2015-04-21 13:08:30 -04:00
test_testing.rb
test_testing_fake.rb
test_testing_inline.rb
test_web.rb Load only required locale files 2015-04-10 01:24:54 +03:00
test_web_helpers.rb Further tweaks for locale determination, fixes #2353 2015-05-15 12:02:57 -07:00
test_worker_generator.rb