You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be very useful to have the ability to trigger a job via swarm-cronjob cli.
This should be useful for manual triggering of jobs for testing the job will work properly.
I think a cli like would do the trick
swarm-cronjob run job_name
where job-name is the name of the service implementing the job.