Milovan Zogovic

Results 5 issues of Milovan Zogovic

Since resque-scheduler is limtited to only one scheduler worker, how much horsepower does it have? I am developing an app that is going to handle hundreds of thousands of jobs...

feature

From reading the source, scheduler is going to [handle_delayed_items](https://github.com/bvandenbos/resque-scheduler/blob/master/lib/resque/scheduler.rb#L157) each 5 seconds (sleep interval). This method is going to take **the next timestamp** from the queue and process all tasks...

feature

Sometimes i want optional attributes, but if passed, i want them to be required. Example: ``` ruby Users::Update.run! id: 1, name: "Zoga", role: "admin" # would update both name and...

What if I want to use different repos for different models? Some of my models can be persisted in postgres, while some retrieved via api, some stored in redis, yet...

It would be great if there is an option to ignore floating apps when moving the focus. That way floating apps that are somewhere in the back will not pop...

enhancement
discussion needed