Cron jobs for saas product multi db structure

I have build a saas product with angular integrated with golang rest api, this project provide vendors of a firm to maintain their store ( like shopify but for a small organization only ) where each vendor has a different database. on daily basis system should run corn jobs to send email and notification to their merchants. each vendor has store setup on a sub-domain like merchant1.store.com and db with name merchant_1_db

I used golang schedules to setup cron jobs but they are not running per vendor. I need help on how to setup cron job for different merchant

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.