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

Slow GitHub CI/CD #131

Open
navid-kalaei opened this issue May 6, 2022 · 2 comments
Open

Slow GitHub CI/CD #131

navid-kalaei opened this issue May 6, 2022 · 2 comments
Assignees

Comments

@navid-kalaei
Copy link
Collaborator

Problem

each cycle of pipeline takes about 7 to 20 minutes with the average of 12. this sometimes goes up to 30 when the server's CPU is busy. this means i need wait a long time to have web deployed on the dev server.

Solutions

  1. enable cache on the GitHub Actions link
  2. upgrade the server

Approach

I'll try enabling the cache first since it doesn't have any financial costs.

@navid-kalaei
Copy link
Collaborator Author

added cache for yarn and Next.

the next steps are:

  • to separate the process of tag synchronizer
  • eliminate pm2
  • create docker files for the front-end and the tag synchronizer

@wellemut
Copy link
Member

its solved?

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

2 participants