cloud-custodian / cloud-custodian/cel-python

Permit multiple threads to share a common Environment

オープン
#169 コメント 3 件 リアクション 0 件 担当者 1 名 @Quantum0uasar が担当を希望しています GitHub で見る
enhancement
主要言語
Python
スター
174
フォーク
40
PR マージ指標
30日以内にマージされた PR はありません

説明

The `Environment` class saves a copy of the most recently-created `Runnable` program instance.

This can make it awkward to have an `Environment` shared by multiple threads creating thread-specific ``Runnable`` objects to do concurrent evaluations of CEL expressions.

Remove the `self.runnable` attribute and return the `Runnable` instance from `Environment.program()`

See issue #38

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。