Files
shopPRO/.vscode/ftp-kr.json
Jacek Pyziak 908c997b91 feat: Implement cron job queue system based on database
- Added PHP support to project configuration.
- Updated FTP configuration to exclude additional directories.
- Changed remote database host in config.php and enabled debug mode.
- Removed outdated TODO from documentation and created a new CRON_QUEUE_PLAN.md.
- Introduced a new cron job queue system using database tables pp_cron_jobs and pp_cron_schedules.
- Refactored cron job orchestration to improve management and reliability.
- Updated OrderAdminService to use the new queue system and removed old file-based logic.
- Added migration scripts for new database structure.
2026-02-23 15:22:41 +01:00

24 lines
455 B
JSON

{
"host": "host117523.hostido.net.pl",
"username": "www@shoppro.project-dc.pl",
"password": "jb5gnvgGTd6hLq58sDUb",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
".svn",
"/.vscode",
"/temp",
"/.serena",
"/.claude",
"/docs",
"/tests"
]
}