I'm using supercronic to run some tasks on a remote server (fly.io).
I've shelled into the remote server and tried to edit/delete the crontab
files, yet the tasks keep running.
I also tried installing procps
and running ps
but the only things running are
ps
PID TTY TIME CMD
1601 pts/0 00:00:00 sh
1962 pts/0 00:00:00 bash
1994 pts/0 00:00:00 ps
(can't see any mention to cron or supercronic)
How do I stop the tasks scheduled by supercronic?