REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 691 B
Close
/home/byroehnu/easepay.easetack.com/scripts/initializeServices.js
Text
Base64
// scripts/initializeServices.js - Initialize Background Services const notificationService = require('../services/notificationService'); /** * Initialize all background services * Call this during server startup */ const initializeServices = async () => { try { console.log('🚀 Initializing background services...'); // Start subscription notification cron jobs notificationService.startNotificationService(); console.log('✅ Background services initialized successfully'); } catch (error) { console.error('❌ Failed to initialize background services:', error); throw error; } }; module.exports = { initializeServices };
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.htaccess
127 B
lr--r--r--
2026-03-14 01:49:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
exportDb.js
1.52 KB
lrw-r--r--
2026-03-04 17:40:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
initializeServices.js
691 B
lrw-r--r--
2026-02-20 19:24:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
seedPlans.js
2.42 KB
lrw-r--r--
2026-02-05 17:27:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).