mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Convert snappea 'wakeup' signal to inotify-based
see https://github.com/python/cpython/issues/118143
This commit is contained in:
@@ -19,3 +19,8 @@ def example_worker():
|
||||
@shared_task
|
||||
def example_failing_worker():
|
||||
raise Exception("I am failing")
|
||||
|
||||
|
||||
@shared_task
|
||||
def fast_task():
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user