Update timezone settings from Asia/Jakarta to Asia/Dili across configuration files and codebase. Enhance logging for crawling events and improve error handling in the CrawlingService. Add a new workspace configuration file for easier project management.
This commit is contained in:
@ -12,17 +12,16 @@ module.exports = {
|
||||
log_date_format: "YYYY-MM-DD HH:mm:ss Z",
|
||||
merge_logs: true,
|
||||
env: {
|
||||
NODE_ENV: "default",
|
||||
TZ: "Asia/Jakarta"
|
||||
NODE_ENV: "development",
|
||||
TZ: "Asia/Dili",
|
||||
},
|
||||
env_production: {
|
||||
NODE_ENV: "prod",
|
||||
TZ: "Asia/Jakarta"
|
||||
TZ: "Asia/Dili",
|
||||
},
|
||||
autorestart: true,
|
||||
max_restarts: 10,
|
||||
min_uptime: "10s"
|
||||
}
|
||||
]
|
||||
min_uptime: "10s",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user