uncloud/uncloud
Nico Schottelius 8f83679c48 test cleaning tasks in a task fails:
[2020-12-20 18:01:50,264: WARNING/ForkPoolWorker-7] Pruning UncloudTask object (571ffc76-8b40-4cb6-9658-87030834bc6c)...
[2020-12-20 18:01:50,265: ERROR/ForkPoolWorker-7] Task uncloud.tasks.cleanup_tasks[f9fb1480-f122-41c9-bec1-3d6d0f92a22e] raised unexpected: RuntimeError('Never call result.get() within a task!\nSee http://docs.celeryq.org/en/latest/userguide/tasks.html#task-synchronous-subtasks\n')
Traceback (most recent call last):
  File "/home/nico/vcs/uncloud/venv/lib/python3.8/site-packages/celery/app/trace.py", line 405, in trace_task
    R = retval = fun(*args, **kwargs)
  File "/home/nico/vcs/uncloud/venv/lib/python3.8/site-packages/celery/app/trace.py", line 697, in __protected_call__
    return self.run(*args, **kwargs)
  File "/home/nico/vcs/uncloud/uncloud/tasks.py", line 13, in cleanup_tasks
    print(res.get())
  File "/home/nico/vcs/uncloud/venv/lib/python3.8/site-packages/celery/result.py", line 209, in get
    assert_will_not_block()
  File "/home/nico/vcs/uncloud/venv/lib/python3.8/site-packages/celery/result.py", line 37, in assert_will_not_block
    raise RuntimeError(E_WOULDBLOCK)
RuntimeError: Never call result.get() within a task!
See http://docs.celeryq.org/en/latest/userguide/tasks.html#task-synchronous-subtasks
2020-12-20 19:01:37 +01:00
..
management/commands restructure to move uncloudnetwork into core 2020-10-25 21:00:30 +01:00
migrations ++celery/tasks 2020-12-20 18:36:46 +01:00
templates/uncloud cleanup migrations 2020-08-01 18:38:38 +02:00
.gitignore Create account using api 2020-11-14 14:50:43 +05:00
__init__.py phasing in celery 2020-12-13 18:34:43 +01:00
admin.py ++celery/tasks 2020-12-20 18:36:46 +01:00
asgi.py Move django-based uncloud to top-level 2020-05-07 12:12:35 +02:00
celery.py test cleaning tasks in a task fails: 2020-12-20 19:01:37 +01:00
models.py ++celery/tasks 2020-12-20 18:36:46 +01:00
settings.py test cleaning tasks in a task fails: 2020-12-20 19:01:37 +01:00
tasks.py test cleaning tasks in a task fails: 2020-12-20 19:01:37 +01:00
urls.py ++vpn network 2020-12-13 13:28:43 +01:00
wsgi.py Move django-based uncloud to top-level 2020-05-07 12:12:35 +02:00