Source: factory.service/package.gekkoridge/ObjServiceTile.py
Tile tracker polling service.
| Method | Signature | Description |
|---|---|---|
| sync | sync() -> dict |
Fetch all tile locations and write to DB. |
| list_tiles | list_tiles() -> list[dict] |
|
| process | process(context: dict) -> dict |
Workflow entry point. |
| run_workflow_direct | run_workflow_direct(guid: str, selector: str) -> str |