sot / mica

Microscope on Chandra aspect
https://sot.github.io/mica
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Update ocat target table first in cron task #270

Closed jeanconn closed 2 years ago

jeanconn commented 2 years ago

Description

Do the update for the ocat target table first in the cron task.

This can avoid an issue where another mica update task times out or has error. The independent and quick ocat table update should just go first. Of course other mica tasks should not have error or time out but that is a different issue.

Interface impacts

None

Testing

None - this is all tested code and this task in the task schedule is not dependent on any of the other mica update steps.

Unit tests

Do not apply to this change as mica code was not changed.

Functional tests

No functional testing.