Skip to content

Parallel execution of serverless commands should be blocked #17

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

Closed
1 task
HyperBrain opened this issue Jan 12, 2018 · 0 comments · Fixed by #18
Closed
1 task

Parallel execution of serverless commands should be blocked #17

HyperBrain opened this issue Jan 12, 2018 · 0 comments · Fixed by #18
Labels
Milestone

Comments

@HyperBrain
Copy link
Owner

This is a Bug Report

Description

Currently it is possible to execute a Serverless command while another one is still running (e.g. package is running and you invoke deploy). This leads to a messed up serverless run, because Serverless is designed to run only one command at a time.

The extension should store a flag in the extension context that indicates if a command is currently active. Any further command execution should show an error, as long as the current command has not been finished.

Additional Data

  • Extension version: 0.0.4
  • Serverless Framework:
    Version: any
  • Serverless installed globally
  • Operating System: any
  • Stack Trace (if available):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant