Execute single job remotely

Created on 4 November 2024, 5 months ago

I would like to execute a single, specific cron job from a remote source (like EasyCron, but maybe it's possible another way). Is that a possibility?

I see that each cron job has a Run URL, but they all have admin links, so they require authentication.

I'm fine with requiring some level of authentication, but that isn't possible using an external service.

πŸ’¬ Support request
Status

Active

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States oadaeh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @oadaeh
  • πŸ‡¨πŸ‡­Switzerland berdir Switzerland

    No, the module doesn't provide that, but you can always add your own route with whatever access checks that you want, that should be straight forward. You don't need this module for that.

    Or you could just call the general cron URL and configure each job to run as frequently as it should, which is the point of this module, you don't need to do it per cron job.

  • πŸ‡ΊπŸ‡ΈUnited States oadaeh

    Thanks for the reply. I did end up creating a custom route, which worked quite well.

Production build 0.71.5 2024