Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the acceptance test slowdown #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kiwi-josh
Copy link
Contributor

@kiwi-josh kiwi-josh commented Aug 12, 2019

Fix for this issue: #3

The original now function in backburner calls the now function on the Date object itself, whereas this library currently invokes the Date object instead, returning a Date instance that is more costly - especially when called frequently.

The original now function in backburner calls the now function on the on the Date object itself, whereas this library currently invokes the Date object instead, returning a Date instance that is more costly - especially when called frequently.
@kiwi-josh
Copy link
Contributor Author

@cmaxwell-eb any chance of getting this PR reviewed? Let me know if you need anything else from me to help this happen 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant