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
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
Example of SQL to reproduce issue after using #329
-- Copy values which are in reality in project 13503 and tasks 2, 3 and 47, done by another user
COPY public.task_history (id, project_id, task_id, action, action_text, action_date, user_id) FROM stdin;
222179851169 LOCKED_FOR_VALIDATION 01:26:17.4690802022-09-1514:26:01.778760360183222179861170 LOCKED_FOR_VALIDATION 01:26:17.4873792022-09-1514:26:01.804268360183222179941171 LOCKED_FOR_VALIDATION 01:26:17.5347012022-09-1514:26:02.108510360183222185321169 STATE_CHANGE VALIDATED 2022-09-1515:52:19.237511360183222185331170 STATE_CHANGE VALIDATED 2022-09-1515:52:19.286513360183222185411171 STATE_CHANGE VALIDATED 2022-09-1515:52:19.637390360183
\.
Interesting issue ! Thank you for this detailed info on your issue ! @NicolasGrosjean I will also look deeply in to this , So that i can provide support !
cc : @ramyaragupathy
Describe the bug
The validation time of the tasking manager is too big.
I suppose, the time are aggregated without manage the fact a user validate several tasks at the same time.
To Reproduce
Execute
/mapathon/detail
with the following request body{"fromTimestamp":"2022-09-15T08:00:00.000","toTimestamp":"2022-09-15T08:15:00.000","projectIds":[13503],"hashtags":[]}
Expected behavior
All time are lower than 7,200 (2 hours in seconds).
Screenshots
The text was updated successfully, but these errors were encountered: