Bilge
What is the difference between a worker and a native worker?
I still don't really understand the difference between these two worker types and the documentation doesn't seem to really go into it other than to mention the default tags for each.
Is it the case that a regular worker runs in a container but a native worker runs on the host? Or something else?
18 replies
How do I act on the exit code of a previous flow step?
I cannot see any support for exit codes whatsoever, which seems like a huge omission, unless I'm missing something. Moreover, if I write a simple inline Bash step that just contains
exit 1
, the flow proceeds to the next step, reporting success. This is not at all what I expect.9 replies
I deleted discord_bot_configuration... how do I get it back?
discord_bot_configuration
is a resource type for this script, but forking it again doesn't give me the resource type again, so how do I get it back?10 replies