Convert snappea 'wakeup' signal to inotify-based

see https://github.com/python/cpython/issues/118143
This commit is contained in:
Klaas van Schelven
2024-04-22 15:34:33 +02:00
parent 46f34370f4
commit 4fbc283f3e
5 changed files with 117 additions and 75 deletions

View File

@@ -19,3 +19,8 @@ def example_worker():
@shared_task
def example_failing_worker():
raise Exception("I am failing")
@shared_task
def fast_task():
pass