fecgov / openFEC

The first RESTful API for the Federal Election Commission. We're aiming to make campaign finance more accessible for journalists, academics, developers, and other transparency seekers.
https://api.open.fec.gov/developers
Other
479 stars 106 forks source link

Research: Bring terminate_backend() task into source control as Celery task #4500

Open lbeaufort opened 4 years ago

lbeaufort commented 4 years ago

There's a script in an on-premise server that's terminating queries over 10 minutes. We should bring this task into source control as Celery task and management command.

Action items:

Completion criteria:

lbeaufort commented 4 years ago

@dzhang-fec would like to keep this task running on the on-prem servers until Celery is more stable, so de-prioritizing for now.

dzhang-fec commented 4 years ago

the Celery is not stable and hard to change per requests by spike ETL data loading and web high loading . Yes, we can keep this task running on the on-prem servers until Celery is more stable. Thanks!

dzhang-fec commented 3 years ago

Update: It is fine now during the high loading of the Nov. election. I suggest to keep this at on-prem servers for now.