Babaksam wrote: ↑Mon May 30, 2022 8:33 pm
I am using the option of global settings to reset 4g, it works perfect... Only downsite is indeed that you can only one process at a time and can't use multiple 4G proxyservers
yes you can. But it takes some managing.
You can utilise the CUSTOM SINGLE ACTION PROCESSING VALUE
So all actions with a particular 4g proxy are assign a single custom processing vcalue: 4g1
then even if you specify 100 threads, only one action with this custom value can run
for your 2nd 4g proxy, set the custom value of 4g2
now with your 100 threads and 100 actions, you will have 1 4g1 action running and 1 4g2 action running
etc etc
you will need to add actions in PAUSED mode (hold shift when adding action) then right click the action and assign it's custom single processing value and ensure SINGLE PROCESSING mode is CHECKED on SETTINGS tab
A simple solution that hopefully wouldn't take much for implementation would be sending an ref when requesting the url containing the process tag for example like
Get
http://mydomain.com?tag=group1
So when we create a process having for example 3 accounts we give this 3 accounts a tag name.
As we know which accounts we have combined using which proxy we can then see if it's a new group that is going to run and it will reset 4G proxy that is related.
This way you can run for example 2 process each having 3 accounts and it will looks like this
Process 1
Get
http://mydomain.com?tag=group1
Process2
Get
http://mydomain.com?tag=group2
Etc...
Use account tagging (right click accounts tab > ACCOUNT TAG
assign all accounts with same proxy to a tag
then you can filter in / out the accounts in view via the filter controls bottom left of accounts list
you can run actions with the ACC TAG LOADER as well should you wish to easily create actions with all accounts with a particular tag. When actions run it will load all accounts with that tag, so you can add / remove accounts to the tag and the actions will load appropriately