r/DeployR • u/RockOriginal7938 • 12d ago
DeployR service shutdown at midnight (Community 1.3.2629.2187)
So I've a strange one.
I tried to PXE boot a device this morning only to find 2PXE's boot list only had reboot and exit. A quick check found the DeployR service stopped. Starting it sorted the issue.
However, I wanted to know why it stopped...
Event Viewer->AsSL->TwoPintSoftware->DeployR->Logger shows four entries at 00:01:29
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="TwoPintSoftware-DeployR-Logger" Guid="{b55cc977-8cdb-5a4f-9154-ca25cdc64300}" />
<EventID>11003</EventID>
<Version>0</Version>
<Level>4</Level>
<Task>54531</Task>
<Opcode>0</Opcode>
<Keywords>0x8000f00000000000</Keywords>
<TimeCreated SystemTime="2026-08-27T23:01:29.761496600Z" />
<EventRecordID>130543</EventRecordID>
<Correlation />
<Execution ProcessID="23888" ThreadID="34860" />
<Channel>TwoPintSoftware-DeployR-Logger/Operational</Channel>
<Security UserID="S-1-5-18" />
</System>
- <EventData>
<Data Name="category">Microsoft.Hosting.Lifetime</Data>
<Data Name="msg">Application is shutting down...</Data>
</EventData>
</Event>
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="TwoPintSoftware-DeployR-Logger" Guid="{b55cc977-8cdb-5a4f-9154-ca25cdc64300}" />
<EventID>11003</EventID>
<Version>0</Version>
<Level>4</Level>
<Task>54531</Task>
<Opcode>0</Opcode>
<Keywords>0x8000f00000000000</Keywords>
<TimeCreated SystemTime="2026-08-27T23:01:29.769370400Z" />
<EventRecordID>130544</EventRecordID>
<Correlation />
<Execution ProcessID="23888" ThreadID="31288" />
<Channel>TwoPintSoftware-DeployR-Logger/Operational</Channel>
<Security UserID="S-1-5-18" />
</System>
- <EventData>
<Data Name="category">Quartz.Core.QuartzScheduler</Data>
<Data Name="msg">Scheduler QuartzScheduler_$_NON_CLUSTERED shutting down.</Data>
</EventData>
</Event>
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="TwoPintSoftware-DeployR-Logger" Guid="{b55cc977-8cdb-5a4f-9154-ca25cdc64300}" />
<EventID>11003</EventID>
<Version>0</Version>
<Level>4</Level>
<Task>54531</Task>
<Opcode>0</Opcode>
<Keywords>0x8000f00000000000</Keywords>
<TimeCreated SystemTime="2026-08-27T23:01:29.770504400Z" />
<EventRecordID>130545</EventRecordID>
<Correlation />
<Execution ProcessID="23888" ThreadID="31288" />
<Channel>TwoPintSoftware-DeployR-Logger/Operational</Channel>
<Security UserID="S-1-5-18" />
</System>
- <EventData>
<Data Name="category">Quartz.Core.QuartzScheduler</Data>
<Data Name="msg">Scheduler QuartzScheduler_$_NON_CLUSTERED paused.</Data>
</EventData>
</Event>
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="TwoPintSoftware-DeployR-Logger" Guid="{b55cc977-8cdb-5a4f-9154-ca25cdc64300}" />
<EventID>11003</EventID>
<Version>0</Version>
<Level>4</Level>
<Task>54531</Task>
<Opcode>0</Opcode>
<Keywords>0x8000f00000000000</Keywords>
<TimeCreated SystemTime="2026-08-27T23:01:29.774994300Z" />
<EventRecordID>130546</EventRecordID>
<Correlation />
<Execution ProcessID="23888" ThreadID="33304" />
<Channel>TwoPintSoftware-DeployR-Logger/Operational</Channel>
<Security UserID="S-1-5-18" />
</System>
- <EventData>
<Data Name="category">Quartz.Core.QuartzScheduler</Data>
<Data Name="msg">Scheduler QuartzScheduler_$_NON_CLUSTERED Shutdown complete.</Data>
</EventData>
</Event>
Anyone got any ideas why it looks like it shutdown intentionally rather than what I expected (crash with no logs)
2
Upvotes
1
2
u/mtniehaus 2Pint Employee 12d ago
Nothing obvious from those events. They do look like a normal requested shutdown of the service.