Adolfo R. Brandes
Adolfo R. Brandes
This allows the user to configure how many Celery workers are spawned independently of how many CPUs there are in the system. The default is to spawn as many workers...
## Proposed change This primarily adds support for the _TZE204_sxm7l9xa Tuya millimeter wave sensor, and in doing so moves TS0601 radar support out of `ts0601_motion.py` to its own file, `ts0601_radar.py`....
There's a thinko/typo with the default "themes_user" in playbooks/roles/edxapp/meta/main.yml, in latest master. The end result is that git cloning of a theme ultimately fails on a standard full stack install....
### Description During release testing for Olive, it was discovered by the Build Test Release group that the [Zooming Image Tool](https://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/en/latest/exercises_tools/zooming_image.html) is [currently broken](https://github.com/openedx/build-test-release-wg/issues/208#issuecomment-1289310704). The feature works as expected in...
## Description The [Zooming Image Tool](https://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/en/latest/exercises_tools/zooming_image.html) does not currently work, and the security implications of getting such external Javascript to function properly are unclear at best. We should simply remove...
### Description See the parent ticket for the general description and motivation, https://github.com/openedx/public-engineering/issues/267. ```[tasklist] - [ ] https://github.com/openedx/frontend-template-application/pull/743 - [ ] https://github.com/openedx/frontend-template-application/pull/744 - [ ] https://github.com/openedx/frontend-template-application/pull/745 ```
### Description Going forward, the idea is for any new repositories to use "main" as the default branch, and eventually for old ones to be modified accordingly. For now, the...
### Description tutor-mfe doesn't currently support [Javascript configuration](https://github.com/openedx/frontend-platform/blob/master/docs/decisions/0007-javascript-file-configuration.rst), except potentially by the old, abandoned expedient of baking it into the image. The latter is obviously not something we want to...
### Description See https://github.com/openedx/public-engineering/issues/267 for the general motivation and mechanism. Once all officially supported Tutor MFEs have flipped over to use Node 20 (after step 3 as described above), start...
Tutor's importing * from devstack.py[1] for the development settings, and that means that we aren't using Celery workers at all in dev mode (see [2]). This removes them from the...