When end id is reached can we break the execution? #310
-
When we have provided end id in config, can we break the execution to immediately come out. For source with huge number of files/ids (85k+) tgcf takes around 10-15 mins to come out and also gets gethistoryrequest flood wait sometimes. Can we do a break instead of continue?
Also below condition needs to be rewritten |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I run a test with an 80k msg channel. I forwarded 8 msgs using Have you tried to use a delay? Maybe it will solve this flood error.
Yes, I already describe this error in #198. Thanks for the solution, now is working as expected! |
Beta Was this translation helpful? Give feedback.
I run a test with an 80k msg channel. I forwarded 8 msgs using
offset:
andend:
setting. The script does not hang. So maybe this happens only when you forward a large number of msgs? How many have you tried to forward?Have you tried to use a delay? Maybe it will solve this flood error.
Yes, I already describe this error in #198. Thanks for the solution, now is working as expected!