Removes unnecessary start of worker and reuses existing one from import balances script.
This commit is contained in:
parent
5c7ef41323
commit
9b30fffaf8
@ -63,9 +63,6 @@ def main():
|
|||||||
)
|
)
|
||||||
s_import_pins.apply_async()
|
s_import_pins.apply_async()
|
||||||
|
|
||||||
argv = ['worker', '-Q', 'cic-import-ussd', '--loglevel=DEBUG']
|
|
||||||
celery_app.worker_main(argv)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
Loading…
Reference in New Issue
Block a user