|
@@ -693,7 +693,7 @@ class Dataflow_ActivteMQ_attachment(Dataflow_attachment):
|
|
|
|
|
|
|
|
|
# schedule.add_job(self.monitor_attachment_process,"cron",second="*/10")
|
|
|
- schedule.add_job(self.remove_attachment_postgres,"cron",hour="6")
|
|
|
+ # schedule.add_job(self.remove_attachment_postgres,"cron",hour="6")
|
|
|
schedule.add_job(self.process_failed_attachment,"cron",minute="*/10")
|
|
|
schedule.start()
|
|
|
|