search for: clearleaderboards

Displaying 1 result from an estimated 1 matches for "clearleaderboards".

2011 Jan 24
1
passing multiple arguments in resque scheduler
...bos/resque-scheduler. I have configured resque_schedule.yml file, and in that I can pass arguments to the resque job. My requirement is to pass more than one arguments to the queueing resque job. If we consider the example given, clear_leaderboards_contributors: cron: "30 6 * * 1" class: ClearLeaderboards args: contributors description: "This job resets the weekly leaderboard for contributions" Here I need to pass one more argument along with ''contributors''. Currently I have found work around for this. I am passing comma separated list in args, and performing split actio...