콘텐츠로 이동

[1.24.0](https://github.com/taskforcesh/bullmq/compare/vpy1.23.0...vpy1.24.0) (2023-12-21)

원본 URL: https://docs.bullmq.io/python/changelog/changelog-v1

  • job: isWaitingChildren 메서드 추가 [python] (#2345) (e9c1fa1)
  • queue: getRateLimitTtl 메서드 추가 [python] (#2340) (f0a1f70)
  • job: isCompleted 메서드 추가 [python] (#2331) (364f0c1)
  • job: isWaiting 메서드 추가 [python] (#2328) (5db9f95)
  • retry: retryJob 스크립트에 올바른 redis command 이름 전달 (#2321) [python] (6bb21a0)
  • flows: flows로 생성된 queue에 meta key 추가 (272ec69)
  • update-progress: 충돌 방지를 위해 기존 updateProgress 스크립트 제거 (#2298) (python) (e65b819)
  • worker: update progress 이벤트 수를 제한하도록 수정 (2cab9e9)
  • worker: job을 가져올 때 동시성 처리 개선 (#2242) (d2e2035)
  • job: 재시도 시 현재 job 인스턴스에 delay 값 설정 (#2266) (python) (76e075f)
  • backoff: builtin backoff type 수정 (#2265) [python] (76959eb)
  • delayed set으로 이동할 때 delay job 속성 업데이트 (#2261) (69ece08)
  • add-job: waiting-children 이벤트가 발행될 때 이벤트 트리밍 (#2262) (python) (198bf05)
  • events: 존재하지 않는 job에 대해 removed 이벤트를 발행하지 않음 (#2227) (c134606)
  • events: job 재시도 시 이벤트 트리밍 (#2224) (1986b05)
  • events: job 제거 시 이벤트 트리밍 (#2235) (python) (889815c)
  • delayed: job을 delayed로 이동할 때 이벤트 트리밍 (python) (#2211) (eca8c2d)
  • 변경 사항 없음
  • move-to-finished: 모든 반환 값을 문자열로 변환 [python] (#2198) fixes #2196 (07f1335)
  • queue: batched unpack이 이제 range를 사용 (#2188) (b5e97f4)
  • queue: clean 메서드에서 상태별 score 용도 구분 (#2133) fixes #2124 (862f10b)
  • remove: job이 잠겨 있을 때 오류 메시지 변경 (python) (#2175) (2f5628f)
  • move-to-finished: 마지막 active job 처리 시 prioritized job 추가를 고려 (@2176) (python) (4b01f35)
  • flow-producer: addBulk 메서드 추가 (python) (#2174) (c67dfb4)
  • job: job getReturnValue가 returnvalue를 반환하지 않던 문제 수정 (#2143) (dcb8e6a)
  • rate-limit: 필요할 때만 pttl 조회 (#2129) (12ce2f3)
  • redis-connection: redisOpts에 username 옵션 추가 (#2108) (d27f33e)
  • retry: regex 표현식 대신 이전 상태(prev state) 비교 (#2099) (c141283)
  • job: remove 메서드에 children 제거 옵션 추가 (python) (#2064) (841dc87)
  • job: moveToWaitingChildren 메서드 추가 (#2049) (6d0e224)
  • queue: custom prefix가 있을 때 isPaused 메서드 수정 (#2047) (7ec1c5b)
  • pyproject: 루트 위치에 egg-info 빌드 (3c2d06e)
  • release: 권장 pyproject.toml 구성 추가 (#2029) (d03ffc9)
  • queue: 상태별 job 조회 메서드 추가 (#2012) (57b2b72)
  • priority: 새로운 상태로 prioritized 추가 (#1984) (python) (42a890a)
  • priority: priority가 자체 zset으로 분리되어 중복이 필요 없음 (42a890a)

참조 faster priority jobs