Jonah Nestrick
Jonah Nestrick
I had this same issue, I fixed it by indenting the attributes for the schedule event. From your example, it would look like this. ``` cronCreateCheck: handler: users/cronCreateCheck.cronCreateCheck events: #...
@hdost What ended up being the solution for this? I'm encountering the same issue.
@markwylde Thanks for the callout on the test, I should have looked into that on my original PR. After looking at the failing test, "removes conflicted entries", the test expects...
I think it is also important to think about the scenario leading up to this state in the test. The only scenario that I am aware of where this could...
Here would be an updated copy of the test. Each commit should be written in order on node1 to bring it back up to date with node2. ```javascript it('brings cluster...
@markwylde curious what the best next steps would be for this issue in your opinion. Do you think the bug is an issue and is the above helpful, or is...
Hey @markwylde, no worries. I'd be glad to go through and debug different tests to ensure the change above doesn't cause any unintended behavioral changes and update tests / document...