-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly extract name from Sidekiq DelayedClass
This is the wrapper that gets used when you use ad-hoc backgrounding with `MyClass.delay.myfunc(1,2,3)` We were just getting the name of the wrapper, and now we expand it out and read off the name of the actual function being called.
- Loading branch information
Chris Schneider
committed
Sep 8, 2017
1 parent
38a38f7
commit 8f16001
Showing
1 changed file
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@cschneid will this ever raise, considering the
key?
check on line 87 above ?maybe:
and would be a cheap hack-fix for #342