11
2545.024 | DEBUG | prefect.profiles - Using profile 'public'
2026-02-26 11
2545.369 | INFO | __main__
<module>66 - Starting deployment with version: 25.02.2026 and branch: None
11
2545.371 | DEBUG | prefect.client - Connecting to API at http://******:4200/api/
11
2545.470 | DEBUG | prefect.events.clients - Reconnecting websocket connection.
11
2545.470 | DEBUG | prefect.events.clients - Opening websocket connection.
2026-02-26 11
2545.476 | INFO | __main__
main23 - GitHub credentials loaded: GitHubCredentials(token=SecretStr('**********'))
2026-02-26 11
2545.476 | INFO | __main__
main24 - Deploying /home/pradana/projects/outlet-scrape/workflows/workflows
2026-02-26 11
2545.476 | INFO | __main__
main26 - Starting deployment...
2026-02-26 11
2545.476 | INFO | __main__
main27 - Deploying from GitHub repository:
https://github.com/aidevakasha/outlet-scrape.git
11
2545.477 | DEBUG | prefect.runner.storage.git-repository.outlet-scrape - Pulling contents from repository 'outlet-scrape' to '/tmp/tmp9krp_11k/outlet-scrape'...
11
2545.477 | DEBUG | prefect.runner.storage.git-repository.outlet-scrape - Cloning repository
https://github.com/aidevakasha/outlet-scrape.git
11
2545.554 | DEBUG | prefect.events.clients - Pinging to ensure websocket connected.
11
2545.635 | DEBUG | prefect.events.clients - Pong received. Websocket connected.
11
2545.635 | DEBUG | prefect.events.clients - Resending 0 unconfirmed events.
11
2545.636 | DEBUG | prefect.events.clients - Finished resending unconfirmed events.
11
2545.636 | DEBUG | prefect.client - Connecting to API at http://******:4200/api/
11
2545.637 | DEBUG | prefect.events.clients - EventsClient(id=138704068446592): Emitting event id=019c9832-1703-7ae3-b09c-ea49139a63b6.
11
2545.637 | DEBUG | prefect.events.clients - Added event id=019c9832-1703-7ae3-b09c-ea49139a63b6 to unconfirmed events list. There are now 1 unconfirmed events.
11
2545.638 | DEBUG | prefect.events.clients - EventsClient(id=138704068446592): Emit reconnection attempt 0.
11
2545.638 | DEBUG | prefect.events.clients - EventsClient(id=138704068446592): Sending event id=019c9832-1703-7ae3-b09c-ea49139a63b6.
11
2545.638 | DEBUG | prefect.events.clients - EventsClient(id=138704068446592): Checkpointing event id=019c9832-1703-7ae3-b09c-ea49139a63b6.
11
2551.234 | DEBUG | prefect.runner.storage.git-repository.outlet-scrape - Successfully checked out commit 877170f0148c1fc5124ff47c9e691832afb9aae2
11
2552.565 | DEBUG | prefect.client - Connecting to API at http://******:4200/api/
11
2552.889 | DEBUG | prefect.runner.storage.git-repository.outlet-scrape - Pulling contents from repository 'outlet-scrape' to '/tmp/tmp72nxupud/outlet-scrape'...
11
2552.890 | DEBUG | prefect.runner.storage.git-repository.outlet-scrape - Cloning repository
https://github.com/
11
2556.697 | DEBUG | prefect.runner.storage.git-repository.outlet-scrape - Successfully checked out commit 877170f0148c1fc5124ff47c9e691832afb9aae2
11
2556.715 | DEBUG | prefect.client - Connecting to API at http://******:4200/api/
Creating/updating deployments... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -
--11
2556.837 | DEBUG | prefect.client - Connecting to API at http://******:4200/api/
Creating/updating deployments... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -
--11
2557.190 | DEBUG | prefect.client - Encountered retryable exception during request. Another attempt will be made in 2s. This is attempt 1/2.
Traceback (most recent call last):
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions
yield
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpx/_transports/default.py", line 394, in handle_async_request
resp = await self._pool.handle_async_request(req)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request
raise exc from None
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request
response = await connection.handle_async_request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pool_request.request
^^^^^^^^^^^^^^^^^^^^
)
^
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request
return await self._connection.handle_async_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request
raise exc
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request
) = await self._receive_response_headers(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers
event = await self._receive_event(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpcore/_async/http11.py", line 217, in _receive_event
data = await self._network_stream.read(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.READ_NUM_BYTES, timeout=timeout
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpcore/_backends/anyio.py", line 32, in read
with map_exceptions(exc_map):
~~~~~~~~~~~~~~^^^^^^^^^
File "/home/pradana/.local/share/uv/python/cpython-3.13.11-linux-x86_64-gnu/lib/python3.13/contextlib.py", line 162, in
exit
self.gen.throw(value)
~~~~~~~~~~~~~~^^^^^^^
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
raise to_exc(exc) from exc
httpcore.ReadError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/prefect/client/base.py", line 271, in _send_with_retry
response = await send(request, *send_args, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpx/_client.py", line 1629, in send
response = await self._send_handling_auth(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
)
^
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpx/_client.py", line 1657, in _send_handling_auth
response = await self._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<3 lines>...
)
^
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects
response = await self._send_single_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpx/_client.py", line 1730, in _send_single_request
response = await transport.handle_async_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpx/_transports/default.py", line 393, in handle_async_request
with map_httpcore_exceptions():
~~~~~~~~~~~~~~~~~~~~~~~^^
File "/home/pradana/.local/share/uv/python/cpython-3.13.11-linux-x86_64-gnu/lib/python3.13/contextlib.py", line 162, in
exit
self.gen.throw(value)
~~~~~~~~~~~~~~^^^^^^^
File "/home/pradana/projects/outlet-scrape/.venv/lib/python3.13/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ReadError
2026-02-26 11
2559.514 | ERROR | __main__
main54 - Deployment failed:
@Marvin here
prefect version
11
2727.428 | DEBUG | prefect.profiles - Using profile 'public'
Version: 3.6.13
API version: 0.8.4
Python version: 3.13.11
Git commit: 9eb03a74
Built: Fri, Jan 23, 2026 03:49 AM
OS/Arch: linux/x86_64
Profile: public
Server type: server
Pydantic version: 2.12.5
Server:
Database: sqlite
SQLite version: 3.50.4
Integrations:
prefect-docker: 0.7.1
prefect-github: 0.4.0
prefect-email: 0.4.2