[PR #169] [MERGED] Fix JSON number ovewflow issue #2668

Closed
opened 2026-03-15 20:56:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/169
Author: @hibiken
Created: 6/12/2020
Status: Merged
Merged: 6/12/2020
Merged by: @hibiken

Base: masterHead: fix/done


📝 Commits (1)

  • 1513ea6 Fix JSON number ovewflow issue

📊 Changes

6 files changed (+273 additions, -72 deletions)

View changed files

📝 internal/base/base.go (+21 -0)
📝 internal/base/base_test.go (+50 -0)
📝 internal/rdb/rdb.go (+19 -24)
📝 payload.go (+59 -5)
📝 payload_test.go (+38 -42)
📝 processor_test.go (+86 -1)

📄 Description

Closes #166


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/169 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 6/12/2020 **Status:** ✅ Merged **Merged:** 6/12/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `fix/done` --- ### 📝 Commits (1) - [`1513ea6`](https://github.com/hibiken/asynq/commit/1513ea66bb115905b4a1d0832e78759f49a30d81) Fix JSON number ovewflow issue ### 📊 Changes **6 files changed** (+273 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `internal/base/base.go` (+21 -0) 📝 `internal/base/base_test.go` (+50 -0) 📝 `internal/rdb/rdb.go` (+19 -24) 📝 `payload.go` (+59 -5) 📝 `payload_test.go` (+38 -42) 📝 `processor_test.go` (+86 -1) </details> ### 📄 Description Closes #166 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 20:56:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/asynq#2668
No description provided.