Hello everyone, I am using crawlee and electron to develop a desktop program, I met two problems:
- I want to start multiple crawler tasks at the same time in my software, and each crawler task can have independent parameter settings.
I don't see anything about this in the documentation. How should I implement this requirement?
- I wanna add pause and restart features to the crawler task,but I haven't seen the relate function in the documentation.
Can someone give me some tip? I would be very grateful.