Fork me on GitHub
#onyx
<
2017-11-05
>
lucasbradstreet04:11:40

@dave.dixon do your trigger names happen to be the same? The validation in local-rt isn’t at the same level in regular onyx, and I believe that could cause the issue you mention.

sparkofreason14:11:33

@lucasbradstreet I didn't even have :trigger/id specified. I had copied examples from the User Guide which did not have :trigger/id, but now see in the Cheat Sheet that this is required. Adding unique values fixed the problem, thanks.

lucasbradstreet18:11:00

Thanks. I’m adding validation that is in core

michaeldrogalis19:11:44

Thanks for the reports @dave.dixon. Been way too long to not have validation around local-rt, we're getting to that now

Travis19:11:52

Out of curiosity what are most people using local-rt for?

michaeldrogalis19:11:23

We use it for running fast tests, in Pyroclast Roaming (a remote execution env for Pyroclast), and in all the Simulator functionality in Pyro.

michaeldrogalis19:11:37

We basically use it anytime we want to yield the same results but don't need concurrency.