You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We always assumed that Topcoder project members are added when a group is created.
I saw a list of challenge.action.resource.create messages in a challenge forum processor logs.
After creating challenge , a challenge forum processor receives a list of 'challenge.action.resource.create' messages (one message per user). It caused the auto-follow/watch issue. User was added to a group before the group categories were created.
After every updating a challenge, a challenge forum processor receives a list of 'challenge.action.resource.create' messages (one message includes one member or several members of the project).
So a challenge forum processor tries to add 'TonyJ ' to a group 6 times, copilot/manager - 4 times.
We may not need to process these messages. It is not even clear from the messages for what reasons we received it. Please correct me if I am wrong.
USER_REGISTRATION event ('challenge.notification.events' topic) occurs when a new user (participant) registers. It work fine for new users who registered for a challenge.
'challenge.action.resource.create' messages with several users:
From #229
@jmgasper Fixed Groups plugin. PR - topcoder-platform/forums-groups-plugin#42.
We always assumed that Topcoder project members are added when a group is created.
I saw a list of challenge.action.resource.create messages in a challenge forum processor logs.
After every updating a challenge, a challenge forum processor receives a list of 'challenge.action.resource.create' messages (one message includes one member or several members of the project).
So a challenge forum processor tries to add 'TonyJ ' to a group 6 times, copilot/manager - 4 times.
We may not need to process these messages. It is not even clear from the messages for what reasons we received it. Please correct me if I am wrong.
USER_REGISTRATION event ('challenge.notification.events' topic) occurs when a new user (participant) registers. It work fine for new users who registered for a challenge.
'challenge.action.resource.create' messages with several users:
Next message:
The text was updated successfully, but these errors were encountered: