Skip to content

Instantly share code, notes, and snippets.

@showyou
Created March 11, 2019 09:08
Show Gist options
  • Save showyou/055d7db932ee6360f18353918d50a08d to your computer and use it in GitHub Desktop.
Save showyou/055d7db932ee6360f18353918d50a08d to your computer and use it in GitHub Desktop.
これでsecond.digが1時間待ちになる・・
schedule:
minutes_interval>: 1
skip_delayed_by: 3m
+setup:
sh>: echo "first, ${session_time}"
schedule:
minutes_interval>: 1
skip_delayed_by: 3m
+setup:
require>: first
sh>: echo "second, ${session_time}"
@showyou
Copy link
Author

showyou commented Mar 11, 2019

どうも1 +hoge:につきオペレータが1つしか使えないっぽい

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment