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
The cron API endpoint is currently an unauthenticated endpoint. We should be able to set up an authentication token to verify that the caller of the cron job is allowed to run.
Description
The cron API endpoint is currently an unauthenticated endpoint. We should be able to set up an authentication token to verify that the caller of the cron job is allowed to run.