forked from erp-dev/erp
feat: added mdy stagging upload to tiia, and change outgoing_date to datetime type
This commit is contained in:
@@ -474,10 +474,18 @@ CELERY_BEAT_SCHEDULE = {
|
||||
'filename_prefix': 'db-backup',
|
||||
},
|
||||
},
|
||||
'daily_plate_order_tiia_image_upload': {
|
||||
'task': 'printing.tasks.upload_yesterday_plate_order_images_to_tencent_tiia',
|
||||
'schedule': crontab(hour=3, minute=0),
|
||||
},
|
||||
# 'daily_plate_order_tiia_image_upload': {
|
||||
# 'task': 'printing.tasks.upload_yesterday_plate_order_images_to_tencent_tiia',
|
||||
# 'schedule': crontab(hour=3, minute=0),
|
||||
# },
|
||||
# 'daily_mdy_plate_order_staging_tiia_image_upload': {
|
||||
# 'task': 'api_v1.tasks.upload_mdy_plate_order_staging_images_to_tencent_tiia',
|
||||
# 'schedule': crontab(hour=3, minute=20),
|
||||
# 'kwargs': {
|
||||
# 'batch_size': 500,
|
||||
# 'dry_run': False,
|
||||
# },
|
||||
# },
|
||||
'mdy_product_sync': {
|
||||
'task': 'api_v1.tasks.sync_mdy_products',
|
||||
'schedule': crontab(minute='*/10'),
|
||||
|
||||
Reference in New Issue
Block a user