canjs / can-queues

A light weight JavaScript task queue
https://canjs.com/doc/can-queues.html
MIT License
2 stars 2 forks source link

Ensure re-enqueued tasks still have correct meta for logging #33

Closed bmomberger-bitovi closed 4 years ago

bmomberger-bitovi commented 4 years ago

Since the meta gets completely re-created when a task is re-enqueued into the dom queue, it's important to keep the logging data in the new meta as well.