Clicking "Stop" will cancel all running enrichments in the table. Any requests already sent will still consume credits, even though the process stops early. [1]
The enrichments won't pause and resume later - they'll be fully stopped and you'd need to restart them manually if needed.
i have two apify actors running... one is taking a whiile so i stopped the otehr... but if i run boht at same time, will it even slow it down? they are different actors
Running different Apify actors simultaneously can affect performance when multiple actions run at the same time, potentially causing latency where data takes longer to load.
For I/O-bound tasks like most Apify actors, multithreading can actually improve performance by allowing work while waiting for external operations. [1] However, rate limits are enforced per row or column for large-scale processes.
Since they're different actors, running both shouldn't significantly slow each other down unless your table is very large or complex.
If you need any more help understanding how running multiple Apify actors affects your process, I'm here to assist. Would you like to provide more details about what you're trying to achieve or any specific concerns you have?