I recently was updating an app that I work on to handle notifications from push using a JobIntentService instead of a regular IntentService because
JobIntentService
IntentService
For me I was still starting the service after enqueueWork and was giving me error because of that.