Skip to content

Commit

Permalink
feat: 超大订阅方案 (closed #2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt committed Nov 28, 2024
1 parent 71e9641 commit b9565a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pipeline/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
"""

import sys
import logging
import traceback

Expand Down Expand Up @@ -98,3 +98,5 @@ def ready(self):
== "pipeline.engine.core.data.redis_backend.RedisDataBackend"
):
logger.error("can not find REDIS in settings!")

sys.setrecursionlimit(10000)

0 comments on commit b9565a1

Please sign in to comment.