Github support rate limit #85

Merged
lunny merged 4 commits from refs/pull/85/head into main 2024-05-24 05:59:16 +00:00
lunny commented 2024-05-23 13:13:50 +00:00 (Migrated from gitea.com)
No description provided.
delvh (Migrated from gitea.com) reviewed 2024-05-23 15:08:49 +00:00
delvh (Migrated from gitea.com) commented 2024-05-23 15:08:49 +00:00

Wait, does Go busywait here?
Wouldn't it be better to let it sleep until the timer is over?

Wait, does Go busywait here? Wouldn't it be better to let it sleep until the timer is over?
delvh (Migrated from gitea.com) commented 2024-05-24 01:19:36 +00:00

It will not be busy. There is a timer below this line. So we can terminal the application any time. If we use Sleep here, it cannot be stopped.

It will not be busy. There is a timer below this line. So we can terminal the application any time. If we use Sleep here, it cannot be stopped.
delvh (Migrated from gitea.com) commented 2024-05-23 15:10:31 +00:00

That's a risky assumption.
It implies that tags don't have a v-prefix.
I wouldn't rely on that.

That's a risky assumption. It implies that tags don't have a `v`-prefix. I wouldn't rely on that.
delvh (Migrated from gitea.com) commented 2024-05-24 01:17:40 +00:00

Hm, yes. It's hacky. But Gitea did that. I have to change the link every time after the generation is completed.

Hm, yes. It's hacky. But Gitea did that. I have to change the link every time after the generation is completed.
lunny commented 2024-05-24 05:59:43 +00:00 (Migrated from gitea.com)

Hm, it's an accident merge.

Hm, it's an accident merge.
Sign in to join this conversation.
No reviewers
No Milestone
No project
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: lunny/changelog#85
No description provided.