Update: Build
This commit is contained in:
parent
f17485c4c6
commit
da35ba418a
2
.gitignore
vendored
2
.gitignore
vendored
@ -33,3 +33,5 @@ logs/
|
||||
docker-compose_.yml
|
||||
cope2n-ai-fi/Dockerfile_old_work
|
||||
*.sql
|
||||
*.sql
|
||||
.env_prod
|
||||
|
@ -1,6 +1,7 @@
|
||||
.github
|
||||
.git
|
||||
.vscode
|
||||
packages/
|
||||
__pycache__
|
||||
DataBase/image_temp/
|
||||
DataBase/json_temp/
|
||||
|
@ -46,7 +46,7 @@ class CeleryConnector:
|
||||
def upload_obj_to_s3(self, args):
|
||||
return self.send_task('upload_obj_to_s3', args)
|
||||
def remove_local_file(self, args):
|
||||
return self.send_task('remove_local_file', args, countdown=600) # nearest execution of this task in 10 minutes
|
||||
return self.send_task('remove_local_file', args, countdown=280) # nearest execution of this task in 280 seconds
|
||||
def process_fi(self, args):
|
||||
return self.send_task('process_fi_invoice', args)
|
||||
def process_fi_result(self, args):
|
||||
|
Loading…
Reference in New Issue
Block a user