Timers/schedulers and user context
When creating a scheduler or timer, I do create a dedicated user for it. And it's local TWX user, no some Active Directory user, etc.
This user is given permissions for all Things/services which are required when scheduler/timer is triggered.
Everything works perfectly at development server.
Unfortunatelly, during deployment, this user is not deployed to production server. Because user are never deployed. And I have no admin rights at production to create this user, and set permissions again.
I could set administrator as user context for timers/schedulers, because such user already exists at every server... but as far as I know it is recommended not to do so, for security reasons.
Is there any other solution to cope with that?

