Hey Team,
I love the background jobs feature. It provides a perfect, simple informational dashboard for some background jobs but I have run into an issue. Before I invest a bunch of time in writing something like a RedisBackgroundJobsFeature, I wanted to see if you had a possible solution with the existing feature that I haven’t thought of yet.
I would like to be able to scale my deployment from 1 - N instances while the interface will also show jobs from all running instances. Do you have any suggestions on how we can reliably do this using the existing feature? I have tried shared azure-file based solutions but the sqlite file fails pretty quickly with “The database is locked” messages.
Thanks for any insight in advance.