Closed DigiTecK3D closed 3 years ago
Hey, thanks for catching this! It's an easy fix, I'll look into it today
Sounds great! Thank you!
Should be fixed in https://github.com/beeb/pancaketrade/commit/c975d1060cdb6474cb317e12b7d68f8f6d68c15b
Will test soon
Perfect, I’ll grab the change and test it out! Thanks again!
Pulled the changed and tested it, everything is working fine. Thanks for the fix!
not sure if this has anything to do with the interval thing, but got this from testing a buy right now.
This is expected from smaller intervals, as it might take more than 1 second to check the price of the token. It skips iterations when a job is already running.
I noticed an issue when you change the monitor_interval in the config file to 1 the bot crashes and gives a typerror
File "C:\Users\migue\Documents\GitHub\pancaketrade\.venv\lib\site-packages\apscheduler\job.py", line 196, in _modify raise TypeError('misfire_grace_time must be either None or a positive integer') TypeError: misfire_grace_time must be either None or a positive integer