Michał Augoff
09/27/2024, 4:32 PMPrefectClient.read_worker_metadata
Kevin Grismore
09/27/2024, 4:35 PMMichał Augoff
09/27/2024, 4:44 PMPREFECT_EXTRA_ENTRYPOINTS=my-infrastructure-package
to make prefect agent start
aware of the custom package. When I do the same for the worker I’m getting Could not find a package for worker type
which seems to be caused by my worker type not being in worker_metadata = await client.read_worker_metadata()
- and this is coming from the serverKevin Grismore
09/27/2024, 4:58 PMMichał Augoff
09/27/2024, 6:26 PMKevin Grismore
09/27/2024, 6:31 PMMichał Augoff
09/27/2024, 7:15 PMKevin Grismore
09/27/2024, 7:15 PMMichał Augoff
09/27/2024, 7:17 PMKevin Grismore
09/27/2024, 7:28 PM