Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time to send notification is random and sometime timeout #71

Open
chuongnguyen5397 opened this issue Jun 6, 2023 · 0 comments
Open

Comments

@chuongnguyen5397
Copy link

Hi,

Sometime, I see this action takes more time than expected, sometimes seeing timeout.

This is my current config:

- name: Microsoft Teams Notification Finish
  uses: skitionek/notify-microsoft-teams@master
  if: always()
  with:
    webhook_url: ${{ secrets.MICROSOFT_TEAMS_WEBHOOK_URI }}
    overwrite: "{title: `Deploy success in ${workflow_link}`}"
    needs: ${{ toJson(needs) }}
    job: ${{ toJson(job) }}
    steps: ${{ toJson(steps) }}

It usually takes 1 or 2 seconds to finish. But sometime It takes nearly 5 mins and I received this

Error: read ECONNRESET

image

Another pipeline is success but time is also more than 2 mins

image

Is it heavily depend on Network Speed or anything I'm missing to get through it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant