Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

runnerty/executor-wait

Open more actions menu

Repository files navigation

Smart Processes Management

NPM version Downloads code style: prettier

Wait executor for Runnerty:

Module for the creation of waiting processes.

Installation:

npm i @runnerty/executor-wait

You can also add modules to your project with runnerty

npx runnerty add @runnerty/executor-wait

This command installs the module in your project, adds example configuration in your config.json and creates an example plan of use.

If you have installed runnerty globally you can include the module with this command:

runnerty add @runnerty/executor-wait

Configuration:

Add in config.json:

{
  "id": "wait_default",
  "type": "@runnerty-executor-wait",
  "time": "1 min"
}

Plan:

Add in plan.json:

{
  "id": "wait_default",
  "time": "30s"
}
{
  "id": "wait_default",
  "time": "3s",
  "output": "Hello @GETDATE('YYYY-MM-DD')"
}

We can make it end up failing by indicating the error message:

{
  "id": "wait_default",
  "time": "0s",
  "error": "Caused error for testing"
}

About

Runnerty module: Wait executor

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.