The Wayback Machine - https://web.archive.org./web/20210327215845/https://github.com/topics/batch
Skip to content
#

batch

Here are 1,398 public repositories matching this topic...

jto
jto commented on Mar 25, 2021

The problem

The current implementation of processElement

  1. Check if cache existence for input
  2. If the cache returns value return it
  3. otherwise, aquire a semaphore
  4. call asyncLookup and pass it input. It return a future: F
  5. Maintain a list of the currently executing futures
  6. release a semaphore at the end each future execution
  7. make sure all the future are com

🌿 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、spring-batch、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等📌

  • Updated on Mar 22, 2021
  • Java
Jacobious52
Jacobious52 commented on Oct 21, 2020

Is your feature request related to a problem? Please describe.

Updating escalator config currently requires a pod restart. We should update escalator to automatically read new config upon changing on disk.

Describe the solution you'd like

Check for changes in nodegroup config before each run. If safe to do so, run with the new config.

*Describe alternatives you've considered

Improve this page

Add a description, image, and links to the batch topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the batch topic, visit your repo's landing page and select "manage topics."

Learn more