* VRFS-2640 - double-check if jobs are concurrent safe
This commit is contained in:
parent
3f2be132bd
commit
65f1f0fe79
|
|
@ -1,12 +1,12 @@
|
|||
|
||||
module JamRuby
|
||||
class CleanupFacebookSignup
|
||||
extend Resque::Plugins::JamLonelyJob
|
||||
|
||||
@queue = :scheduled_cleanup_facebook_signup
|
||||
|
||||
@@log = Logging.logger[CleanupFacebookSignup]
|
||||
|
||||
|
||||
def self.perform
|
||||
@@log.debug("waking up")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue