Alexander Haase
Alexander Haase
Maybe this could be used to return log records while the script is running, too. Then users would get some response about the progress of a long running script.
After completion of #15692 it would be nice if we could add this as general `JobLogLines` to be used by both background jobs and scripts. However, a problem to be...
I've already tested using the code from `TenantView` in other views and can provide a PR for the changes requested.
@jeremystretch sure I can work on it.
@jeremystretch Unfortunately I didn't start yet but plan on submitting a PR this week.
Despite the missing documentation pages, the `BackgroundJob` implementation is ready for merge. The jobs for synchronizing data sources and running scripts (background and interactive) have also been migrated to this...
@jeremystretch I've submitted a new draft PR related to this issue. Additional `ScheduledJob` and `SystemJob` implementations can be found in the original issue body under item 4. However, I haven't...
After giving it some thought, I see no built-in option for this in Django and some custom logic will need to be used to solve this. I could imagine sending...
I've found a solution that works without introducing new methods or custom signals by reusing Django's `connection_created` signal. This allows the database to be accessed on application startup, but without...
Personally, I would prefer a separate model for consumables, because (to me) they are different from regular assets. For regular assets, I want to know what specific asset is where....