You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is preparatory work for paintedResource handling.
Move the CustomerCreatedListenerService : BackgroundWorker from the API project to it's own separate project. This project "job-runner" (name me better) project will hold a couple of listener services, customer-created being the first.
Behaviour should continue to work as-is.
There will be multiple BackgroundWorkers in "job-runner" so have a method to enable/disable based on appSettings.
The text was updated successfully, but these errors were encountered:
This is preparatory work for
paintedResource
handling.Move the
CustomerCreatedListenerService : BackgroundWorker
from the API project to it's own separate project. This project "job-runner" (name me better) project will hold a couple of listener services, customer-created being the first.Behaviour should continue to work as-is.
There will be multiple
BackgroundWorkers
in "job-runner" so have a method to enable/disable based on appSettings.The text was updated successfully, but these errors were encountered: