doaortu

Results 5 comments of doaortu

what about 127.0.0.1 ? it resolve to localhost and ipv4. I can't say it will work on windows tho, I don't use windows to do development work.

for me, if I use `key` field in repeat options, it would result in this behavior, removing `key` field will solve this issue. before: ```typescript const repeat: RepeatOptions = {every:...

On my case, it's just spits out `InvalidAccessKeyId: The Access Key Id you provided does not exist in our records.` error, but when I'm using plain text as a Body,...

For anyone stumbled in this issue, while waiting the #2617 to merge, I have a simple hack using existing redis connection to store the `repeatJobKey` : ```typescript const job =...

please do this. I don't know how to bring my own cookies to the crawlers session management. Is it through `createSessionFunction` option? or I need to set the cookie at...