<!-- Thanks for reporting issues of python-telegram-bot! Use this template to notify us if you found a bug. To make it easier for us to help you please enter detailed information below. Please note, we only support the latest version of python-telegram-bot and master branch. Please make sure to upgrade & recreate the issue on the latest version prior to opening an issue. --> ### Steps to reproduce 1. Register an errory_handler 2. Set up a job 3. Make that job fail on execution ### Expected behaviour Error should be handled by the error handler ### Actual behaviour It's not, as the JobQueue doesn't handle that correctly (see [here](https://github.com/python-telegram-bot/python-telegram-bot/blob/15268acb2729411ab8a64ef6127933b1d100c27d/telegram/ext/jobqueue.py#L571), this should call `dispatcher.dispatch_error`) ### Logs https://pastebin.com/LhFTBb6S