Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am building a Multi-Tenant web application using Java . I have around 10-15 different background jobs that need scheduling for each tenant.I faced multiple challenges like.

1.How to develop each tenant run on cron jobs and equally distributed?
2.If it is cron scheduler then how to handel ?
3.How to implement SMTP service for each tenant?

What I have tried:

I create a multitenant and each tenant to run therad pool to pass the each cron jobs but it not work.
Posted
Comments
Andre Oosthuizen 7-Jul-23 5:22am    
You will have to give us way more information and sample code to show your efforts in creating the above, we cannot develop your application for you, nor do we have the time to search for full examples that will fit your needs. Let Google be your friend here.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900