Omar Shaban

Results 16 issues of Omar Shaban

Is it available for sale as a module ? looks interesting

**Is your feature request related to a problem? Please describe.** Due to GDPR, we have a requirement to delete tasks as they contain user info, so a specified time can...

enhancement

Example: Delete tasks older than 48hours ```python import celery import os import timedelta import datetime broker = os.environ.get('CELERY_BROKER_URL') app = celery.Celery('tasks', broker=broker) flower = Flower(capp=app, options=flower_options) time_delta = timedelta(hours=48) now...

Hi, I just need to make the library call _search instead of _msearch, any pointers where I need to modify the code and rebuild the project ? /cc @x0rzkov

enhancement

``` time STAGE=test APP_SETTINGS="authentek.server.config.TestingConfig" pytest authentek/tests/test_auth.py -k 'test_registration' =============================================================================================== test session starts =============================================================================================== platform linux -- Python 3.7.7, pytest-6.1.2, py-1.9.0, pluggy-0.13.1 rootdir: /usr/src/app, configfile: setup.cfg plugins: factoryboy-2.0.3, Faker-4.17.1 collected 9...

Hi, I tried to use it with reactive search, for react js and it makes it crash, did you change the normal response. I'm using ES 6

Version: 1.1.6 OS: Mac OS El Capitan Logs: no logs Motu Configuration Settings: Sample Rate: 41K Clock: internal Other hardware: ES-3, and ES-6 Whenever I set block size greater than...

https://askbot.org/doc/index.html

I've been sick and been changing countries at the same time, my sincere apologies for being away... I'm planning to pickup the extension again sometime in the next 2 weeks,...