resque-scheduler
resque-scheduler copied to clipboard
A light-weight job scheduling system built on top of Resque
Hi , Currently we have 2 resque servers running to balance the load coming on a single resuque server . Can it be possible to run background scheduled job on...
Hi there, I'm trying to troubleshoot a strange issue we had the other day where it looks like we had a partial schedule load following a restart under 2.5.5. At...
When I run "rake resque:work" under resque-scheduler, the following error happens: ``` bash $ rake --trace resque:work ** Invoke resque:work (first_time) ** Invoke resque:preload (first_time) ** Invoke resque:setup (first_time) **...
Whilst I can get first_in to queue the jobs at regular intervals, I had assumed that first_at would work too. According to rufus scheduler, first_at is valid and in use....
If you set resque-scheduler to be dynamic and create a job it works perfectly well without having to run the scheduler rake task, e.g. ``` Resque::Scheduler.load_schedule! Resque::Scheduler.load_schedule_job('job_name', {:class => 'MyJob',...
Hi, How would one go about counting _specific_ and _all_ queues sizes that are set to run right `Time.now`? I have had some requests to support Resque scheduler for a...
It would be better to rename remove_delayed to remove_delayed_job to match the remove_delayed_job_from_timestamp method name. This could be the other way around, I'm not sure which is the best way.
Use supported Addrinfo APIs to get the fully qualified local host name.
This fixes the deprecation warnings for `Redis#sadd` and `Redis#srem` output by version 4.8 of `redis-rb`, following the example of the changes made to Resque in https://github.com/resque/resque/pull/1827 Other tests failed when...
After upgrading from Redis gem v4.8.0 to v5.0.2 we got the following error on Heroku. Our Redis URLs take the form `redis://h:[email protected]:12345` ``` Resque.schedule = YAML.load_file(Rails.root.join("config", "resque_schedule.yml")) RedisClient::CommandError: ERR wrong...