Max session count 1 doesn't work, session got call...
# crawlee-js
upon starting the crawler, a single session got called 2 times even with maxUsageCount = 1
r
hey, thanks for reporting. For now, to make it work, you can set
maxUsageCount
in the
createSessionFunction
when creating the session
v
i got it working by keeping track of usageCount inside the router handler, the state is stored separately on request.session.userData