Add check for time wrap around in Priority Queue
Currently the priority queue assumes the deadlines to be strictly monotonic increasing. However there may happen an integer overflow which results in missing deadlines. This scenario has to be analysed and appropriate measures have to be taken into action.