Skip to content

Best alternative to Background Tasks #1350

Answered by ghost
andyp13 asked this question in Q&A
Discussion options

You must be logged in to vote

Microservices are the right way to do this in COSMOS 5. If you need to interact with the microservice, you could create an interface and have it be able to command the microservice.

Alternatively, you can just create an interface, and have it run a background thread that acts as your microservice. You would then command the interface directly.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andyp13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
1 participant