mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-05 16:19:43 -06:00
Feat: Add event key to CEL env for filtering (#1748)
* feat: add event key to env * chore: generate a bunch of stuff again * feat: add a test for filtering by event key * refactor: duped code * fix: skip flaky test in ci * Fix: Add filter payloads to context (#1743) * feat: add payload to ctx * chore: ver * fix: add filter payload to go * fix: tests + lint * fix: lint * fix: naming
This commit is contained in:
@@ -283,6 +283,9 @@ def time_until_next_minute() -> float:
|
||||
return (next_minute - now).total_seconds()
|
||||
|
||||
|
||||
@pytest.mark.skip(
|
||||
reason="Test is flaky because the first jobs that are picked up don't necessarily go in priority order"
|
||||
)
|
||||
@pytest.mark.parametrize(
|
||||
"on_demand_worker",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user