The workflow worked on 2024-06-05. on 2024-06-06 it havnt had any exectuions (and it wasnt the only one).
for
rg "2024-06-06" n8n.log | rg "[Ee]rror"
there is only one result
{"level":"error","message":"The session \"v99evrpdrbs\" is not registered.","metadata":{"file":"abstract.push.js","function":"sendToOneSession","pushRef":"v99evrpdrbs","timestamp":"2024-06-06T09:55:44.910Z"}}
The Gitlab Trigger is the premade node that uses my personal account Access token. not the oath2.
Today again i check the executions. And the workflows from yesterady are not executing.
I click the Test workflow, try the trigger. and it works. I can see the “Lab” execution in the executions.
So i went ahead deactivate and reactivate the workflow. It works again.
TO me it seems that it is somehow capped, and the workflows i activated the latest, are working, the once that were first dont work until reactivated.
Bcs the workflows trigger after reactivation…
What you mean with webhook ? I dont remember setting any webhook for gitlab. It uses the personal Acess Token via the "
GitLab API connection
https://docs.n8n.io/integrations/builtin/credentials/gitlab/?utm_source=n8n_app&utm_medium=credential_settings&utm_campaign=create_new_credentials_modal#supported-authentication-methods
EDIT: I have discovered, that n8n created 15 webhooks using the acess token. So is thsi what you were referring to. How do i find which workflow uses which?
And it then probbaly makes more sense for me to instead of using the Gitlab Trigger, have a webhook so that i dont have 6 webhooks listening for the same event, which is probbaly where the issue is starting no?