mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: refactor SyntheticMonitor to use child processes for script execution
- Added isolated-vm dependency for secure script execution. - Replaced direct Playwright usage in SyntheticMonitor with a worker process. - Created SyntheticMonitorWorker to handle script execution in a sandboxed environment. - Implemented proxy configuration handling for worker processes. - Enhanced error handling and logging for script execution results. - Removed unnecessary browser session management from SyntheticMonitor.
This commit is contained in:
@@ -22,6 +22,7 @@ CAPTCHA_SECRET_KEY=
|
||||
|
||||
# Secrets - PLEASE CHANGE THESE. Please change these to something random. All of these can be different values.
|
||||
ONEUPTIME_SECRET=please-change-this-to-random-value
|
||||
REGISTER_PROBE_KEY=please-change-this-to-random-value
|
||||
DATABASE_PASSWORD=please-change-this-to-random-value
|
||||
CLICKHOUSE_PASSWORD=please-change-this-to-random-value
|
||||
REDIS_PASSWORD=please-change-this-to-random-value
|
||||
|
||||
Reference in New Issue
Block a user