opencadc / science-platform

Science Platform Infrastructure
GNU Affero General Public License v3.0
13 stars 28 forks source link

enable cron jobs for desktop environment #315

Open helenkirk opened 2 years ago

helenkirk commented 2 years ago

This is a follow-up to the now closed issue 'update leap second table for CASA #33' (https://github.com/opencadc/skaha/issues/33). The short-term solution to resolve the leap second table in that issue is for me to periodically run an rsync command in a desktop session. Longer-term, it is more sustainable to set up this command as a cron job, but my understanding is that some backend development needs to happen for cron jobs to be able to be implemented.

sfabbro commented 2 years ago

@brianmajor this could be a good feature to have user cron job and possibly already natively supported by kubernetes? A use case such as synchronisation of calibration files is a good one, but likely other will pop up.

brianmajor commented 2 years ago

Yes, I agree, that would be the way to add cron support. We might find some creative uses of that.

On Fri, Apr 22, 2022 at 4:37 PM Sébastien Fabbro @.***> wrote:

@brianmajor https://github.com/brianmajor this could be a good feature to have user cron job and possibly already natively supported by kubernetes? A use case such as synchronisation of calibration files is a good one, but likely other will pop up.

— Reply to this email directly, view it on GitHub https://github.com/opencadc/skaha/issues/315#issuecomment-1107044417, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4T4ADVPHALK47CYQN6IU3VGMZ2FANCNFSM5S2VVJUQ . You are receiving this because you were mentioned.Message ID: @.***>

leungcalvin commented 2 months ago

+1 for wanting some sort of persistent session from which cronjobs can be run! We want to use a similar workflow for auto-processing CHIME data.