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
It works in crowd console. But when you try to access it externally it cannot load asset stores which of course is because it's not initialized correctly.
I'm sure you can always go and load the piece you need manually ... but there's probably a simpler way we can accomplish your goal.
If you're trying to clean up old jobs automatically, you can use a "201 Created" response code from your callback_url to signal that the job has been completed successfully, and may be removed.
If your jobs are more fire-and-forget, then you can use crowd cleanup, in conjunction with Cron, if you like.
Calling Job#destroy throws undefined method `cleanup' error. Seems autoload doesn't work for some reason.
The text was updated successfully, but these errors were encountered: