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

Add docs how worker uses crispy-cli #2

Open
vitaliimelnychuk opened this issue Dec 8, 2019 · 0 comments
Open

Add docs how worker uses crispy-cli #2

vitaliimelnychuk opened this issue Dec 8, 2019 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@vitaliimelnychuk
Copy link
Contributor

As we have workers that communicate with crispy-api for the following reasons:

  • API sends a request when we need to run the migration
  • Worker sends to API what the current status of migration

We need to describe it in details what kind of requests we need from API, and how crispy-cli will be used here.
Initially, the idea was to have a lot different workers to run migrations in different servers and have runners installed there.
But we need crispy-cli as migration runner and migrations schema parser.
We would like to run particular crispy-cli command when we receive some command from API.

As a result here, should be:

  • detailed schema how crispy-cli whould be installed here
  • the main purpose of service
  • what we need from API
  • what we give to API
@vitaliimelnychuk vitaliimelnychuk added the documentation Improvements or additions to documentation label Dec 8, 2019
@vitaliimelnychuk vitaliimelnychuk self-assigned this Dec 8, 2019
@vitaliimelnychuk vitaliimelnychuk removed their assignment Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant