-
Hello, team. I started Prefect Server (v3.2.6) under Windows 10 (self-hosted with $ prefect server start and start tracking for events using: $ prefect event stream I try to emit custom event: from prefect.events import emit_event
emit_event(event="test_event", resource={"prefect.resource.id": "tester"}) and see the event in the terminal with
But nothing happens in the Prefect UI at "Event Feed" tab and there are no records in the database tables Should I set any additional params/settings for the Project Server to see events in the Perfect UI (for automation)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi @dinya - this was a bug and the fix was just released in 3.2.7 - sorry about this! tldr there was a recent change to background service discovery that resulted in:
|
Beta Was this translation helpful? Give feedback.
hi @dinya - this was a bug and the fix was just released in 3.2.7 - sorry about this!
tldr there was a recent change to background service discovery that resulted in:
EventsPersister
not running by default