Refactoring finished :-)
eveai_workers now working (with errors ;-) ) Remote debugging now available
This commit is contained in:
4
scripts/run_eveai_workers.py
Normal file
4
scripts/run_eveai_workers.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from eveai_workers import celery
|
||||
|
||||
if __name__ == '__main__':
|
||||
celery.start()
|
||||
Reference in New Issue
Block a user