-
As of bullmq@5.16.0, `jobSchedulers` are the recommended way to manage scheduled jobs that run on an interval. It would be awesome if these could be managed (added, removed, changed) via the dashboard…
-
Hi,
I have a local docker testing setup when I was previously using 2.7.0. This was all working fine but I decided to upgrade to 2.7.2. The JOC and agent containers started fine and I was able to g…
-
Push Notifications
- Implement Firebase Cloud Messaging (FCM) to trigger push notifications. - Send a notification when a task’s due date is within 30 minutes.
- Handle notifications when the app is…
-
Hello it stops working on the latest system update. I used it for updating to lineage 20241112 it was good but the next one 20241119 can't be installed. I use local source mode. I make 3 files ota.zi…
joyX3 updated
7 hours ago
-
**Good day All,**
JobScheduler not working in MultiTenant?
i added in the 2 Projects:
- Xpand.XAF.Web.All
- Xpand.XAF.Modules.JobScheduler.Hangfire
- Hangfire 1.7.35
- Hangfire.AspNetCore
…
-
Hello @mvniekerk
Thanks for this awesome library.
I need a bit of clarification on the minimum possible value of the `Duration` for `Job::new_repeated_async` function. From the source code
it sta…
-
I'd like to propose a helper function for the JobScheduler API which is fairly cumbersome in Kotlin right now even with current KTX features. The signature of the function would be something like
```…
-
Usually, in apps, there are some tasks that we run in the background, such as syncing of data, analytics etc. Google suggested to use deferrable components such as WorkManager and JobScheduler in such…
-
**What is the bug?**
We met a managed ISM index stuck at initializing status for several weeks
![image](https://user-images.githubusercontent.com/4684163/204462928-35da5c14-8933-4d48-b6d9-e051fec137…
-
What's the replacement. Don't see a good option from the suggestions provided. I had this
return Cron.MinuteInterval(int.Parse(jobScheduler.Duration)); and now I am using return Cron.Hourly(int.Pa…