• Imre Farkas's avatar
    Use AuthorizedProjectUpdate::ProjectCreateWorker for project create · 2174dfc3
    Imre Farkas authored
    Specialized workers use much less resource to update project
    authorizations but it could lead to synchronization issues because it
    doesn't serialize simultaneous update events. The previous approach is
    not bulletproof either, inconsistencies do accumulate in the project
    authorization cache over time. For now, we also use the previous
    approach as a safety measure but with some delay and lower priority.
    2174dfc3
group.rb 17.1 KB