activejob-scheduler icon indicating copy to clipboard operation
activejob-scheduler copied to clipboard

A background job scheduler for any queue backend

Results 5 activejob-scheduler issues
Sort by recently updated
recently updated
newest added

also ran the Rubocop auto update and fixed the remaining rubocop issues

I have a real strange problem with the following Job: ```ruby class CheckUnmanagedDocumentJob < ApplicationJob repeat 'every day at 15:23pm' def perform RechnMgmUserArea::Organisation.all.each do |org| org.notify_waiting_documents end end end ```...

I can not get it running. Any help would be appreciated!

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....