observatorycontrolsystem / ocs_example

An example OCS project
GNU General Public License v3.0
5 stars 2 forks source link

Run dramatiq tasks in the observation portal #10

Closed timbeccue closed 3 years ago

timbeccue commented 3 years ago

This pull request (relevant story) adds a dramatiq task scheduler and worker to expire requests and clean up observations that have been scheduled and then canceled.

I've verified that the expire_requests and delete_old_observations jobs work as intended by running a local observation_portal with modified cutoff dates and job frequency for ease of testing.