The job_run_logs table tracks scheduled job orchestration, not individual worker jobs. Worker info (worker_id, worker_hostname) belongs on dispensary_crawl_jobs, not job_run_logs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
513 B
JSON
20 lines
513 B
JSON
{
|
|
"name": "fs-constants",
|
|
"version": "1.0.0",
|
|
"description": "Require constants across node and the browser",
|
|
"main": "index.js",
|
|
"browser": "browser.js",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mafintosh/fs-constants.git"
|
|
},
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/fs-constants/issues"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/fs-constants"
|
|
}
|