Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PostmonAPI/postmon
/ track_ibge
Function
track_ibge
PostmonTaskScheduler.py:41–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
40
@app.task
41
def
track_ibge():
42
logger.info(
'Iniciando tracking do IBGE...'
)
43
db = Database()
44
ibge = IbgeTracker()
45
ibge.track(db)
46
logger.info(
'Finalizou o tracking do IBGE'
)
Callers
nothing calls this directly
Calls
2
track
Method · 0.95
IbgeTracker
Class · 0.90
Tested by
no test coverage detected