Uh oh!
There was an error while loading. Please reload this page.
[13.0][ADD] queue_job: db listener - #267
Conversation
OCA-git-bot
commented
Oct 25, 2020
Hi @guewen, |
fd054eb to
cd074ceCompare
guewen
left a comment
There was a problem hiding this comment.
Very interesting implementation!
Could you test it for some time already?
I like the fact that it has to be activated explicitly, although it would be worth mentioning it in readme/CONFIGURATION.rst
BTW, you may be interested in #256 too :)
cd074ce to
09e0bf3Comparenilshamerlinck
commented
Dec 8, 2020
Hi, Yes, we've been using it in production for some time already. Is it ok if I favor documentation through |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
The goal of this PR is to introduce an opt-in mechanism to enable the jobrunner to take into account changes happening after server launch.
For now, it is focused on databases:
Beyond the post_init/uninstall hooks, an http route is added to enable admins to manually trigger addition/removal events for a given database.