You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've done this as a workaround in my BaseJob superclass:
# JobStats is implemented in such a way that we can't just extend a superclass:# https://github.com/alanpeabody/resque-job-stats/blob/master/lib/resque/plugins/job_stats.rb#L19-L21defself.inherited(subclass)subclass.extendResque::Plugins::JobStatsend
Not expecting this to be fixed since the lib appears not to be maintained anymore, but perhaps this helps someone else.
The text was updated successfully, but these errors were encountered:
I've done this as a workaround in my
BaseJob
superclass:Not expecting this to be fixed since the lib appears not to be maintained anymore, but perhaps this helps someone else.
The text was updated successfully, but these errors were encountered: