-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat(sync): skip sync on non-running pods
Fix issue #2360 The goal of this PR is to avoid trying to sync files in a pod which is not in a running state. It should avoid errors when working on a single artifact which is deployed in different pods. For example : one running a webserver and another running a work or a job. This is typically something that could happend when a microservice is able to run both web server and a job which make some sort of batch treatments on the database.
- Loading branch information
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters