This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/plugins
Régis Hanol 3807484757 FIX: delay the 'send_advanced_tutorial_message' job to prevent race conditions
When a user accepts an invite with an email address that matches a group
which automatically awards its members Trust Level 2, a race condition might happen
when the 'send_advanced_tutorial_message' job runs.

That job is enqueued inside the 'user_promoted' event which is triggered inside a
transaction on the user record. If the job runs before the transaction is done,
the user record is invisible and this generates an exception.
2019-11-29 22:14:41 +01:00
..
discourse-details Update translations 2019-11-14 15:41:42 +01:00
discourse-local-dates FIX: improves recurring by ensuring DST is computed correctly (#8410) 2019-11-25 23:32:24 +01:00
discourse-narrative-bot FIX: delay the 'send_advanced_tutorial_message' job to prevent race conditions 2019-11-29 22:14:41 +01:00
discourse-presence Update translations 2019-11-06 10:43:13 -05:00
lazy-yt DEV: Run prettier 2019-11-12 12:07:19 +01:00
poll DEV: Update annotations 2019-11-29 15:49:08 +00:00