Uploading multiple images should wait for all contented transfers and create a single URL #6

Open
opened 2018-06-24 02:17:13 +00:00 by mappu04 · 1 comment
Owner

Hub-Security bots can apply a ratelimit for posting.

Currently, uploading multiple photos to TG creates several separate hub-side image posts. These can easily exceed of the Hub-Security ratelimit, and messages will be silently dropped for hub users.

Possible solutions:

  • Autodetect when a message is not reflected, and queue/retry after some delay
  • Allow configuring known ratelimits in the configuration file
  • Batch multiple image posts into a single contented album URL (e.g. FOO-BAR-BAZ -style url)
Hub-Security bots can apply a ratelimit for posting. Currently, uploading multiple photos to TG creates several separate hub-side image posts. These can easily exceed of the Hub-Security ratelimit, and messages will be silently dropped for hub users. Possible solutions: - Autodetect when a message is not reflected, and queue/retry after some delay - Allow configuring known ratelimits in the configuration file - Batch multiple image posts into a single contented album URL (e.g. `FOO-BAR-BAZ` -style url)
mappu04 added the
bug
label 2018-09-05 07:42:38 +00:00
Author
Owner

Should do (3) above - this would also reduce user confusion.

Should do (3) above - this would also reduce user confusion.
mappu04 changed title from Bypass hub-side rate limits when uploading multiple photos to Uploading multiple images should wait for all contented transfers and create a single URL 2021-01-25 06:28:57 +00:00
Sign in to join this conversation.
No Label
bug
wishlist
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: code.ivysaur.me/nmdc-telegramfrontend#6
No description provided.