JobIntentService执行一次之后就不执行了?

为什么JobIntentService执行一次之后,再次调用就不执行了?
调用JobIntentService.enqueueWork的时候,第一次调用90%都可以执行onHandleWork,但是第二次调用就不执行了,为什么啊。

https://blog.csdn.net/weixin_30680385/article/details/96105129